home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / Muddweller 1.2 / source code / Main / DocDialogs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-11  |  387 b   |  19 lines  |  [TEXT/MPS ]

  1. /* DocDialogs - Implementation of the configuration dialogs                   */
  2.  
  3. #ifndef __DOCDIALOGS__
  4. #define __DOCDIALOGS__
  5.  
  6. #ifndef __MUDDOC__
  7. #include "MUDDoc.h"
  8. #endif
  9.  
  10.  
  11. pascal void Communication (TMUDDoc *theDoc);
  12. pascal void ConfigTCP (TMUDDoc *theDoc);
  13. pascal void Preferences (TMUDDoc *theDoc);
  14. pascal void Setup (TMUDDoc *theDoc);
  15.  
  16. pascal void InitDocDialogs (void);
  17.  
  18. #endif
  19.